home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / airfox.swf / scripts / frame_8 / PlaceObject2_317_137 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  86 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(score != _root.score)
  3.    {
  4.       score++;
  5.    }
  6. }
  7.